Search results

Online

Soil – more than just dirt!

Explore different soil textures and discover their various properties. Through simple soil testing, children will learn to appreciate the true value soils have in helping plants grow. The learning outcomes of this activity are for children to: - understand how soil texture influences the amount of water and air it holds - ...

Online

Growing healthy plants using natural pesticides

Plants are vulnerable to pests and diseases. This learning activity is designed for children to: understand how to cultivate healthy plants using organic gardening methods; look to natural ingredients as a solution to ridding plants of unwanted pests and diseases; and know how to make a natural pesticide and evaluate the ...

Online

Creating a food garden: site assessment and mapping

This learning activity is part of a sequence of 5 individual learning activities focused on creating a food garden. The order of these learning activities are: vision, site assessment, installing a no dig garden bed, planting and harvesting. OUTCOMES of the learning activity are for children to understand more about the ...

Online

Coding for GUIs Lesson 3: Timers and triggers

This is the third in a series of lessons to incorporate graphical user interfaces (GUIs) into your general-purpose programming. The series follows on from the Visual to text coding lesson series.

Online

AI image recognition - exploring limitations and bias

A hands-on activity to practise training and testing an artificial intelligence (AI) model, using cartoon faces, including a discussion about sources of potential algorithmic bias and how to respond to these sources.

Online

Visual to text coding: Index page

This lesson sequence provides a bridge between visual coding (eg. Scratch) and General Purpose Programming languages (eg. Python or JavaScript). This resource is most suitable if you have never done General Purpose Programming and/or you benefit from slow-paced, step-by-step video tutorials.

Online

Hot Bots

For this project, students are introduced to the Arduino microcontroller and Arduino integrated development environment for programming a switch on an air conditioner. This lesson was designed by Cindy Thornton, Flinders Island District High School, Tasmania.

Online

Off to the movies

This is a simple Boolean (true/false) application where its asks the user’s age - if you are over 15 then you can watch G and M rated movies - if you are under 15, then you can only watch G rated movies. This lesson was designed in collaboration with Jason Vearing QSITE (Gold Coast Chapter).

Online

Rock, Paper, Scissors AI!

In this lesson we use the game rock, paper scissors to investigate how an AI can recognise your hand gestures. Firstly students create, train and test their own AI model. They import their AI model into a pre-made JavaScript program to modify the computer program to incorporate game play. The level of game play will depend ...

Online

Describing an everyday object

In this lesson, students act like the inventor of an everyday object that does not yet exist. Students abstract the essential details, and describe what need would be fulfilled by the new object and how, specifically, it functions. They will then translate the description into a format appropriate for modeling the object ...

Online

Lilypad Personalised Alert Buzzer

In this lesson students will create a personalised musical buzzer by programming the LilyPad Arduino to play a sound using the Main board, Buzzer and Button, coding the note frequency in Arduino IDE. The lesson can be extended to include LED’s that light up or flash according to the note played to enable the buzzer to be ...

Online

Untold education project: The invisible farmer

Invisible Farmer is the largest ever study of Australian women on the land. The project collects oral histories of women by creating interview-based video content. This website provides videos ,interview questions and suggestions to support teachers to guide students to create their own multimodal stories of women on the land.

Online

Creating a bee hotel: construction

As we clear land for urban development, and for broadacre farming, we remove the spaces where bees nest and find their food. With no food, and nowhere to produce their young, native bee populations are under threat of local extinction. In this activity, we will look at providing nesting spaces for native bees which mimic ...

Online

Pencil code program: Chaos game

The ‘chaos game’ is a way to see how patterns can result from certain random events. Use this program to run the chaos game, randomly moving the turtle to create a pattern. Have students analyse or fill in or change parts of the pencil code program.

Online

Humpback whales: what the data reveals

The lesson follows an inquiry process where students use the dataset to answer relevant questions about the whale population. They consider what other data they would need in order to effectively examine the impact on humpback whales of sonar activity and noise from development.

Online

Creating an Indigenous plant-use garden: harvesting

The satisfaction of eating straight from the garden is one of life’s best learning experiences, however we need to be respectful and mindful to only harvest what we need to allow the plant to continue to thrive for generations to come. This activity involves the assessment and mapping of local environments to create a successful ...

Online

Book analysis with AI techniques

This learning sequence explores text analysis through Natural Language Processing, a significant application of Artificial Intelligence. Teachers and students are led through a series of video tutorials to develop a Python program that can break down and analyse the content of a complete text and use smart sentiment analysis ...

Online

Visual to text coding: Lesson 10

This is the tenth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces the coding concept of functions. Functions can help organise code, reduce repetition and more to be explored later.

Online

Visual to text coding: The Basics

This series of lessons is to help students to transition from visual coding to text-based coding with a general-purpose programming language. This section provides the basics in order to use the programming environments: Scratch, Python and JavaScript.

Online

Visual to text coding: Lesson 2

This is the second in a series of lessons to transition from visual coding to text-based coding with a general-purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to make decisions (branching) and identify data types.